Data Management APIs
- Allocation
- Activity Log
- Audience
- Audience Attribute
- Audience Segment
- Auth and User
- Campaign
- Catalog
- Creative
- Analytic
- Billing
- System
- License
- Media Library
- Placement Catalog
- Placement
Decision APIs
- Cache Management
- Configuration
- Ad Serving
- Ad Log
- Activity Log
Creative
Update a creative
기존 소재를 업데이트하고 업데이트된 소재 정보를 반환합니다.
엑세스 제어:
- 소재의 소유자만 업데이트할 수 있습니다.
PATCH
/
creatives
curl --request PATCH \
--url https://your_a2_service/creatives \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"banner": {
"ext": {},
"img": "",
"link": {
"ext": {},
"url": ""
}
},
"cid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"height": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"native": {
"ext": {},
"link": {
"ext": {},
"url": ""
}
},
"owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "inactive",
"type": "banner",
"updated_at": "2023-11-07T05:31:56Z",
"video": {
"adm": "",
"ctype": 2,
"dur": 0,
"ext": {
"cdn": "",
"linear": 1,
"link": {
"ext": {},
"url": ""
},
"url": ""
},
"mime": ""
},
"width": 123
}'
{
"banner": {
"ext": {},
"img": "",
"link": {
"ext": {},
"url": ""
}
},
"cid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"height": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"native": {
"ext": {},
"link": {
"ext": {},
"url": ""
}
},
"no": 123,
"owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "inactive",
"type": "banner",
"updated_at": "2023-11-07T05:31:56Z",
"video": {
"adm": "",
"ctype": 2,
"dur": 0,
"ext": {
"cdn": "",
"linear": 1,
"link": {
"ext": {},
"url": ""
},
"url": ""
},
"mime": ""
},
"width": 123
}
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
소재 변경 스키마
Response
200
application/json
Successful Response
소재 조회 스키마
이 페이지가 도움이 되었나요?
curl --request PATCH \
--url https://your_a2_service/creatives \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"banner": {
"ext": {},
"img": "",
"link": {
"ext": {},
"url": ""
}
},
"cid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"height": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"native": {
"ext": {},
"link": {
"ext": {},
"url": ""
}
},
"owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "inactive",
"type": "banner",
"updated_at": "2023-11-07T05:31:56Z",
"video": {
"adm": "",
"ctype": 2,
"dur": 0,
"ext": {
"cdn": "",
"linear": 1,
"link": {
"ext": {},
"url": ""
},
"url": ""
},
"mime": ""
},
"width": 123
}'
{
"banner": {
"ext": {},
"img": "",
"link": {
"ext": {},
"url": ""
}
},
"cid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"height": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"native": {
"ext": {},
"link": {
"ext": {},
"url": ""
}
},
"no": 123,
"owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "inactive",
"type": "banner",
"updated_at": "2023-11-07T05:31:56Z",
"video": {
"adm": "",
"ctype": 2,
"dur": 0,
"ext": {
"cdn": "",
"linear": 1,
"link": {
"ext": {},
"url": ""
},
"url": ""
},
"mime": ""
},
"width": 123
}
어시스턴트
Responses are generated using AI and may contain mistakes.